home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / phsp.xml < prev    next >
Text File  |  2002-08-30  |  995b  |  40 lines

  1. <search function="phsp">
  2.   <name>Phone Number Speller</name>
  3.   <description>
  4.     Spells out phone numbers.<br/>
  5.     <div class="helpboxDescLabels">Examples:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>phsp 227-4332</td></tr>
  8.       <tr><td>phsp bar-idea</td></tr>
  9.       </table>
  10.   </description>
  11.   <category>Fun</category>
  12.   <link>http://www.phonespell.org/</link>
  13.   <contributor>Chris Sells</contributor>
  14.   
  15.   <form name="phspf"
  16.         action="http://www.phonespell.org/combo.cgi"
  17.         method="get">
  18.     <input type="hidden" name="n" value=""/>
  19.   </form>
  20.   
  21.   <script><![CDATA[
  22.     function phsp(q)
  23.     {
  24.       if( nullArgs("phsp",q) )
  25.         return false;
  26.       else
  27.       {
  28.         document.phspf.n.value = q;
  29.         submitForm(phspf);
  30.       }
  31.     }
  32.   ]]></script>
  33.  
  34.   <copyright>
  35.     Copyright (c) 2002 David Bau
  36.     Distributed under the terms of the
  37.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39. </search>
  40.